Graphics.UseOldRenderer Property

Syntax

UseOldRenderer as Boolean


If True, rendering under Mac OS X is done via QuickDraw rather than Quartz and text drawing is done via QuickDraw in Mac OS X. The QuickDraw rendering engine is generally faster than Quartz, but Quartz provides the 'native' Mac OS X look.

If you need faster drawing and are not concerned about Mac OS X anti-aliasing, consider using UseOldRenderer. The property can be modified at runtime. The default for a new object is False. This property may also be useful if you need to make your graphics look exactly the same on both the OS 9 and Mac OS X operating systems.